home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / class / array1.h < prev    next >
Text File  |  1996-03-20  |  703b  |  49 lines

  1.  
  2.  
  3.  
  4. /*                                      
  5.  *
  6.  *      Copyright (c) 1993-1996 Algorithms Corporation
  7.  *      3020 Liberty Hills Drive
  8.  *      Franklin, TN 37067
  9.  *
  10.  *      ALL RIGHTS RESERVED.
  11.  *
  12.  *      
  13.  *      
  14.  */
  15.  
  16.  
  17.  
  18.  
  19. #define    AT_CHAR        'C'
  20. #define AT_SHRT        'S'
  21. #define AT_USHT        'U'
  22. #define AT_INT        'I'
  23. #define AT_LONG        'L'
  24. #define AT_FLOT        'F'
  25. #define AT_DBLE        'D'
  26. #define AT_BIT        'B'
  27. #define AT_OBJ        'O'
  28. #define AT_PNTR        'P'
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. /*                                      
  36.  *
  37.  *      Copyright (c) 1993-1996 Algorithms Corporation
  38.  *      3020 Liberty Hills Drive
  39.  *      Franklin, TN 37067
  40.  *
  41.  *      ALL RIGHTS RESERVED.
  42.  *
  43.  *      
  44.  *      
  45.  */
  46.  
  47.  
  48.  
  49.